<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.autoComplete_tip
{
    position:absolute;
    display:none;
    /*left:800px;
    top:600px;
    width:300px;
    background-color:White;
    border:1px solid blue;*/
}
.autoComplete_tip .left{ float:none; padding-left:0px; margin-top:0px; margin-bottom:0px;}
.autoComplete_tip .left .second{ float:right;}
.autoComplete_tip .right{ display:none; padding-left:0px; margin-top:0px; margin-bottom:0px;}
.autoComplete_tip li{ padding:4px 5px; font-size:14px; cursor:pointer; text-align:left; float:none;}
.twocols ul{ float:left;width:49%;}
.twocols .left{ float:left; border-right:1px solid red;}
.twocols .right{ display:block;}
.twocols .right .sugheader{ color:Gray;}
.twocols .right .sugheader a{ display:block; float:right;}
.autoComplete_tip .selectItem{ background-color:pink;}

/* Sharing
---------------------------------------*/
.share span{}
.share span
{
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 0 1px 0 6px;
    overflow: hidden;
    width: 16px;
    background: url("../images/Sharing/icn-share.png") no-repeat scroll 9999px 9999px transparent;
}
.share-item0{background-position: 0 -173px;}

.titlefield
{
    display: block;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 90px;
}</pre></body></html>